[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 CRT Unit
                             WindMax Variable

  DECLARATION:  WindMax : Word;

      PURPOSE:  Stores minimum coordinates of current window

      DEFAULT:  As set by a call to Window

      REMARKS:  WindMin and WindMax are set by calling the Window procedure.
                WindMax defines the lower righthand corner of the selected
                window.  The X coordinate is stored in Lo(WindMax) and the
                Y Coordinate is stored in Hi(WindMax).

                NOTE:  The upper left hand corner of the screen for WindMin
                       will return (0,0), however, the upper left hand
                       corner of the screen is (1,1) when using the GotoXY
                       and Window procedures.

See Also: WindMin Window GotoXY
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson